home *** CD-ROM | disk | FTP | other *** search
/ ftp.cs.arizona.edu / ftp.cs.arizona.edu.tar / ftp.cs.arizona.edu / icon / newsgrp / group98b.txt / 000067_icon-group-sender _Thu Jun 4 12:30:11 1998.msg < prev    next >
Internet Message Format  |  2000-09-20  |  1KB

  1. Return-Path: <icon-group-sender>
  2. Received: from kingfisher.CS.Arizona.EDU (kingfisher.CS.Arizona.EDU [192.12.69.239])
  3.     by baskerville.CS.Arizona.EDU (8.8.8/8.8.7) with SMTP id MAA06870
  4.     for <icon-group-addresses@baskerville.CS.Arizona.EDU>; Thu, 4 Jun 1998 12:30:10 -0700 (MST)
  5. Received: by kingfisher.CS.Arizona.EDU (5.65v4.0/1.1.8.2/08Nov94-0446PM)
  6.     id AA10387; Thu, 4 Jun 1998 12:30:03 -0700
  7. Date: Thu, 4 Jun 1998 11:38:20 -0400 (EDT)
  8. From: "Christopher W. Milner" <cwm2n@cs.virginia.edu>
  9. To: icon-group@optima.CS.Arizona.EDU
  10. Subject: jcon question
  11. In-Reply-To: <35766713.6286@gte.net>
  12. Message-Id: <Pine.SOL.3.91.980604113239.5771C-100000@cobra.cs.virginia.edu>
  13. Mime-Version: 1.0
  14. Content-Type: TEXT/PLAIN; charset=US-ASCII
  15. Errors-To: icon-group-errors@optima.CS.Arizona.EDU
  16. Status: RO
  17. Content-Length: 498
  18.  
  19. I hope this is the correct forum for this type of question...
  20.  
  21. I am fairly innocent of the ways of Java. Is there a way to compile an 
  22. icon program using jcont such that it will become an applet? Assuming 
  23. this can be done, what sort of HTML incantation is required?
  24.  
  25. EXAMPLE:
  26. go from the following icon program:
  27.  
  28. procedure main()
  29. write("Hello, Madge")
  30. end
  31.  
  32. to an applet and html file.
  33.  
  34. Many thanks,
  35.  
  36. Chris Milner
  37. Graduate Research Assistant
  38. Department of Computer Science
  39. University of Virginia
  40.